home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / fdc_310.arc / SAMPLE.CFG < prev   
Text File  |  1991-07-01  |  6KB  |  173 lines

  1. ;   ╔═════════╗
  2. ;   ║ FDC.CFG ║ File Download Counter (tm) Version 3.10
  3. ;   ╚═════════╝
  4. ;
  5. ;   Copyright 1990-91 (C) by Brandon M. Bachman, All Rights Reserved.
  6. ;
  7. ;   This is the configuration file FDC reads to determine how to process
  8. ;   each DIR file and create bulletins.  Use a ";" to specify a comment
  9. ;   line.
  10. ;
  11. ;   RENAME THIS FILE TO FDC.CFG FROM SAMPLE.CFG BEFORE YOU RUN FDC.EXE
  12. ;───────────────────────────────────────────────────────────────────────────
  13. ;
  14. ;
  15. ;  DOWNLOAD=  The full path and file name of your download.txt file.  This
  16. ;  ────────   is a file that is created by PCBoard that records all
  17. ;             downloads and uploads from your system.  The default is
  18. ;             "DOWNLOAD.TXT" if commented out.
  19. ;
  20. DOWNLOAD=DOWNLOAD.TXT
  21. ;
  22. ;───────────────────────────────────────────────────────────────────────────
  23. ;
  24. ;  DIR= The full path and file name of a DIR (directory listing) file you
  25. ;  ───  would like FDC to search, edit, and update.  You may list as many
  26. ;       DIR files as you would like.
  27. ;
  28. DIR=DIR1
  29. DIR=DIR2
  30. DIR=DIR3
  31. DIR=DIR4
  32. DIR=DIR5
  33. DIR=DIR6
  34. DIR=DIR7
  35. DIR=DIR8
  36. DIR=DIR9
  37. DIR=DIR10
  38. DIR=DIR11
  39. DIR=DIR12
  40. DIR=DIR13
  41. DIR=DIR14
  42. DIR=DIR15
  43. DIR=DIR16
  44. DIR=DIR17
  45. DIR=DIR18
  46. DIR=DIR19
  47. DIR=DIR20
  48. DIR=DIR21
  49. DIR=DIR22
  50. DIR=DIR23
  51. DIR=DIR24
  52. DIR=DIR25
  53. DIR=DIR26
  54. ;
  55. ;───────────────────────────────────────────────────────────────────────────-
  56. ;
  57. ;  BACKUP= Do you want FDC to back up you DIR files before editing?
  58. ;  ──────  Fill in with YES or NO, default is NO if commented out.
  59. ;
  60. BACKUP=N
  61. ;
  62. ;───────────────────────────────────────────────────────────────────────────-
  63. ;
  64. ;  PURGE= The number of days you would like FDC to store unfound
  65. ;  ─────  downloads on disk.  If set to 7 FDC will purge any files wich
  66. ;         have been stored for 7 or more days.  Specify 0 if you do not
  67. ;         want FDC to store unfound filenames on disk.
  68. ;
  69. PURGE=7
  70. ;
  71. ;───────────────────────────────────────────────────────────────────────────-
  72. ;
  73. ;  LOG=  The full path and file name of a log of FDC's activities.  Comment
  74. ;  ───   this out if you do not want FDC to update a log file.  FDC's log
  75. ;        file uses the same standard as PCBoard 14.x.  This allows you to
  76. ;        to record PCBoard activity and FDC activity in the same CALLER log
  77. ;        file.  Hopefully this will your system cut down on many log files.
  78. ;
  79. LOG=CALLER
  80. ;
  81. ;───────────────────────────────────────────────────────────────────────────
  82. ;                     ┌────────────────────────┐
  83. ;                     │ DIR EDITING PARAMETERS │
  84. ;                     └────────────────────────┘
  85. ;
  86. ;  STYLE= The style of editing you would like FDC on the above listed DIR
  87. ;  ─────  files when counting the number of times a file has been
  88. ;         downloaded.
  89. ;
  90. ;         0 - Do not edit DIR files.  Create only a bulletin.
  91. ;
  92. ;         1 - Put the download count on the first line of the description,
  93. ;             and word wrap to the next line according to the position of
  94. ;             the '|' character found.  If no secondary description line is
  95. ;             found then FDC will word wrap to the XX character specified
  96. ;             by CHAR=.
  97. ;
  98. ;         2 - Put the download count on the first line of the description,
  99. ;             but do not word wrap. Truncate the description.
  100. ;
  101. ;         3 - Add a secondary line to the description of the file that
  102. ;             records the download count as:  "| <12> times downloaded"
  103. ;
  104. ;             FDC will position this string according to the XX character
  105. ;             specified by CHAR=.
  106. ;
  107. STYLE=3
  108. ;
  109. ;
  110. ;  CHAR=  The default character position you would like FDC to word
  111. ;  ────   wrap on if it does not find a secondary description line.
  112. ;         The default is 32 which is the same as PCBoard.
  113. ;
  114. CHAR=32
  115. ;
  116. ;
  117. ;────────────────────────────────────────────────────────────────────────────
  118. ;                ┌──────────────────────────────────────┐
  119. ;                │ TEXT DISPLAY AROUND DOWNLOAD COUNTER │
  120. ;                └──────────────────────────────────────┘
  121. ;
  122. ;  This paramter lets you choose the text that is displayed before
  123. ;  and after the download counter.  Specify the location of the
  124. ;  download count by using the macro @FDC@.  This parameter is only
  125. ;  used when STYLE= is 3 or 4 (see above).
  126. ;
  127. ;  NOTE: BEFORE you CHANGE this parameter it is mandatory that you strip
  128. ;        all PRIOR entries in your DIR files of the old TEXT= format.
  129. ;        To do this type "FDC /STRIP" at DOS.
  130. ;
  131. ;        FDC will ONLY strip lines in your DIR files that are *exact*
  132. ;        matches in the format of TEXT= option.
  133. ;
  134. ;  Uncomment the one of your choosing, or design your own.  Notice
  135. ;  example #3 includes PCBoard 14.5 color codes around the @FDC@ to
  136. ;  highlight the download count with a special color.
  137. ;
  138. ;
  139. ;  TEXT=<@FDC@> times downloaded.
  140. ;
  141. TEXT=Downloaded @FDC@ times.
  142. ;
  143. ;  TEXT=Downloaded @X0A@@FDC@@X0E times.
  144. ;
  145. ;
  146. ;───────────────────────────────────────────────────────────────────────────-
  147. ;                        ┌─────────────────────┐
  148. ;                        │ VIDEO MODE SETTINGS │
  149. ;                        └─────────────────────┘
  150. ;
  151. ;  VIDEO= The video type you would like FDC to use with your monitor.
  152. ;  ─────  Listed below are the valid options.  Use this parameters only
  153. ;         if you absoutley have to.  FDC is smart enough to detect
  154. ;         your video type and will use that as the default.  These
  155. ;         are to override what FDC detects.
  156. ;
  157. ;         0 - Turn on direct screen writes
  158. ;         1 - Turn on direct screen writes w/CGA snow elimination
  159. ;         2 - Turn on BIOS screen writes
  160. ;         3 - Turn on monochrome attribute translation
  161. ;         4 - Turn off monochrome attribute translation
  162. ;
  163. ;  SCREEN= Sets the number of lines on the display.  Valid numbers are:
  164. ;  ──────
  165. ;          25 - All video adapters (default)
  166. ;          43 - EGA
  167. ;          50 - VGA
  168. ;
  169. ; VIDEO=3
  170. ; SET_LINES=43
  171. ;
  172. ;────────────────────────────────────────────────────────────────────── <END>
  173.